home *** CD-ROM | disk | FTP | other *** search
/ PaintSelect ESP / PaintSelect ESP.iso / PAINTESP.MDB / tblsType.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-03-03  |  297 b 

  1. {
  2.     "schema": {
  3.         "intType": "Long Integer",
  4.         "strType": "Text (25) NOT NULL",
  5.         "intBrand": "Long Integer"
  6.     },
  7.     "data": [
  8.         {
  9.             "intType": 66,
  10.             "strType": "Primer",
  11.             "intBrand": 1
  12.         },
  13.         {
  14.             "intType": 67,
  15.             "strType": "Finish",
  16.             "intBrand": 1
  17.         },
  18.         {
  19.             "intType": 69,
  20.             "strType": "Other",
  21.             "intBrand": 1
  22.         },
  23.         {
  24.             "intType": 71,
  25.             "strType": "Primer/Finish",
  26.             "intBrand": 1
  27.         }
  28.     ]
  29. }